Skip to content

Conversation

mcabbott
Copy link
Member

@mcabbott mcabbott commented Oct 16, 2022

Closes #2086

@mcabbott mcabbott merged commit 74bd04b into FluxML:master Oct 16, 2022
@mcabbott mcabbott deleted the autosize3 branch October 16, 2022 15:26
Comment on lines +178 to +181
@test_broken begin # outputsize fails on Embedding
m = @autosize (2, 3, 4, 5) Embedding(_ => 10) # goes by first dim, not 2nd-last
@test randn(2, 3, 4, 5) |> m |> size == (10, 3, 4, 5)
end
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't right, BTW.

Fixed in 179ac9b, in #2088

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@autosize does not work with semi-colon separated kwargs
2 participants